
@font-face
{
    font-family: "Droid_Arabic_Kufiimport";
    src: url("Droid_Arabic_Kufi.ttf");
}

#font
{
	font-family:"Droid_Arabic_Kufiimport";
	text-decoration: none;
}

#font-with-color
{
	font-family:"Droid_Arabic_Kufiimport";
	color:red;
}


* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.my-sidebar{
	margin-top: 70px;
}


#more {display: none;}


video {
    object-fit: fill;
}


#engfont
{
    font-family: 'Glasoor_FF_4Fimport';
    src: url('Glasoor_FF_4F.ttf'),
        url('GlasoorFF4F.woff2') format('woff2'),
        url('GlasoorFF4F.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
